From: Glenn Morris Date: Wed, 7 Mar 2012 07:43:14 +0000 (-0800) Subject: lispref/markers.texi small change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~520 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b259638d806a5facd028595a0614f6e4face4ed9;p=emacs.git lispref/markers.texi small change * doc/lispref/markers.texi (Overview of Markers): Reword garbage collection, add cross-ref. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 404cfb907c0..c3773e5f371 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,7 @@ * markers.texi (The Region): Briefly mention use-empty-active-region and region-active-p. + (Overview of Markers): Reword garbage collection, add cross-ref. 2012-03-07 Chong Yidong diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 689d5d3bb1f..b199dba979a 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -58,6 +58,8 @@ with @code{insert-before-markers} (@pxref{Insertion}). relocate them if necessary. This slows processing in a buffer with a large number of markers. For this reason, it is a good idea to make a marker point nowhere if you are sure you don't need it any more. +Markers that can no longer be accessed are eventually removed +(@pxref{Garbage Collection}). @cindex markers as numbers Because it is common to perform arithmetic operations on a marker